home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.4 Applications 1997 August
/
SGI IRIX 6.4 Applications 1997 August.iso
/
dist
/
elec_svcs.idb
/
usr
/
lib
/
ES
/
bin
/
cleanup.csh.z
/
cleanup.csh
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1997-02-07
|
349 b
|
12 lines
#! /bin/csh -f
set VER62MIN = 1232499235
set VER = `/usr/sbin/versions -n | /bin/grep sw.unix | /bin/grep "I eoe" | /bin/awk '{ print $3}' | /bin/uniq`
if (${VER} >= ${VER62MIN}) then
echo "Removing unnecessary binary for IRIX 5.3 or older..."
/bin/rm -f /usr/sbin/esswmgr
else
echo "This machine is running IRIX version= " ${VER}
endif